home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #6 / Amiga Plus Extra 1997 #6.iso / tools / pcx-demo / harddisk_installer < prev    next >
Text File  |  1996-12-03  |  1KB  |  60 lines

  1.  
  2. copy PCx_Install:lhex ram:
  3. makedir ram:PCx_Temp
  4. assign OurPC: ram:PCx_Temp
  5.  
  6. echo "Copying files to temporary storage..."
  7. echo
  8. copy >NIL: PCx_Install: OurPC: all
  9. copy >NIL: OurPC:iconx sys:c/
  10.  
  11. cd OurPC:PC_EMU/devs
  12.  
  13. echo "Decompressing Device Drivers..."
  14. echo
  15. ram:lhex -qf x devs.lha
  16. delete >NIL: #?.lha
  17.  
  18. echo "Decompressing AmigaGuide Documentation..."
  19. echo
  20. cd /documentation/
  21. ram:lhex -qf x docs.lha
  22. delete >NIL: #?.lha
  23.  
  24. echo "Decompressing Libraries..."
  25. echo
  26. cd /libs/
  27. ram:lhex -qf x libs.lha
  28. delete >NIL: #?.lha
  29.  
  30. echo "Decompressing Display Drivers..."
  31. echo
  32. cd /DisplayDrivers/
  33. ram:lhex -qf x displaydrivers.lha
  34. delete >NIL: #?.lha
  35.  
  36. echo "Decompressing PCx emulation files..."
  37. echo
  38. cd /
  39. ram:lhex -qf x PCx.lha
  40. ram:lhex -qf x PCsx.lha
  41. delete >NIL: #?.lha
  42.  
  43. echo "Decompressing PC Drivers..."
  44. echo
  45. cd OurPC:PC_UTILS/
  46. ram:lhex -qf x drvrs.lha
  47. delete >NIL: #?.lha
  48.  
  49. delete >NIL: ram:lhex
  50.  
  51. cd OurPC:
  52.  
  53. installer SCRIPT InstallerScript APPNAME "PCx Software Installer" MINUSER average DEFUSER average
  54. assign OurPC: remove
  55. echo " "
  56. echo "Cleaning up temporary installation storage..."
  57. echo
  58. cd ram:
  59. delete >NIL: PCx#? all
  60.